home *** CD-ROM | disk | FTP | other *** search
- /* Voyager Launcher and URL auto-pointer */
- /* This version is smarter than what comes with YAM, as it will load */
- /* Voyager if it is not already loaded. */
- /* Copyright (c) Tristan R. Young, tyoung@netrover.com 4/5/98 */
-
- PATH = "dh1:internet/voyager"
-
- PARSE ARG url
-
- START:
-
- if show('P','VOYAGER') then do
- address VOYAGER 'Show'
- address VOYAGER 'OpenURL "'url'"'
- EXIT
- end
-
- else do
- pragma('D', PATH)
- address command "run >nil: v"
- address command "waitforport VOYAGER"
- signal START
- end
-
-